func github.com/andybalholm/brotli.getContextLUT
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1280: var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
context.go#L2170: func getContextLUT(mode int) contextLUT {
decode.go#L1168: s.context_lookup = getContextLUT(int(context_mode))
encode.go#L318: var utf8_lut contextLUT = getContextLUT(contextUTF8)
encode.go#L439: var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
histogram.go#L204: var lut contextLUT = getContextLUT(context_modes[context])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |